Skip to content

Release prep — bump to 0.2.1 and roll up CHANGELOG#58

Merged
4nkur merged 1 commit intomainfrom
release-prep-0.2.1
Apr 29, 2026
Merged

Release prep — bump to 0.2.1 and roll up CHANGELOG#58
4nkur merged 1 commit intomainfrom
release-prep-0.2.1

Conversation

@4nkur
Copy link
Copy Markdown
Owner

@4nkur 4nkur commented Apr 29, 2026

Summary

The polish + cleanup release. Rolls everything since 0.2.0 (PRs #51#57) into a versioned section.

Theme. Half ergonomic improvements (init auto-detects new-vs-existing project from the filesystem; plain-language UX), half code-quality work (5 small dedup + tidy PRs). One genuinely new surface: draftwise skills <install|uninstall|help> for Claude Code / Cursor / Gemini CLI standalone skill installs.

Why patch (0.2.1) and not minor (0.3.0). The additive skills verb is non-breaking; the removed prompt aliases (PLAN_SYSTEM, SPEC_SYSTEM, tech.SYSTEM, tasks.SYSTEM) were never imported outside this repo, audited by grep. Conservative bump per project convention. If you want to flag the new skills surface louder for users — bump this to 0.3.0 before merging. Just edit package.json + package-lock.json + the CHANGELOG header. No code change needed.

What's in the release (all entries already drafted under [0.2.1] in CHANGELOG):

  • Changed: init auto-detects from filesystem
  • Changed: plain-language init UX
  • Added: draftwise skills <install|uninstall|help>
  • Changed: CLAUDE.md plugin-section correction
  • Fixed: two draftdraftwise typos
  • Changed: scan reuses compactScan
  • Changed: extractJsonFromFence extracted to shared util
  • Changed: loadAnswersFlag extracted to shared util
  • Changed: drafting-command boilerplate extracted (3 helpers)
  • Removed: dead backwards-compat prompt aliases

Verification

  • npm test — 332 passing (38 files)
  • npm run lint — clean
  • npm pack --dry-run — 58 files, 69 kB tarball, 227.7 kB unpacked. No surprises (5 new util files vs 0.2.0's 53)
  • prepublishOnly will run npm test && npm run lint again at publish time

After merge — ritual

git checkout main && git pull
git tag -a v0.2.1 -m "v0.2.1"
git push origin v0.2.1
npm publish    # interactive: OTP + login if session expired
gh release create v0.2.1 --notes-from-tag    # or paste the [0.2.1] CHANGELOG section

The polish + cleanup release. Half ergonomic improvements (`draftwise init` auto-detects new project vs existing codebase from the filesystem instead of asking; plain-language UX throughout init — #51), half code-quality work (five small dedup + tidy PRs that shrink the public API surface, fix two user-visible `draft` → `draftwise` typos in error messages, and consolidate drafting-command boilerplate behind shared helpers — #53/#54/#55/#56/#57). One genuinely new surface: `draftwise skills <install|uninstall|help>` drops standalone slash-command skills into Claude Code, Cursor, and Gemini CLI's user-level skill dirs (#52) — same SKILL.md, per-provider frontmatter trim — independent of the Claude Code marketplace plugin.

Bumps `package.json` + `package-lock.json` from 0.2.0 → 0.2.1. Patch bump because the additive `skills` verb is non-breaking and the removed prompt aliases (`PLAN_SYSTEM`, `SPEC_SYSTEM`, `tech.SYSTEM`, `tasks.SYSTEM`) were never imported by anyone outside this repo (verified by audit). Rolls all [Unreleased] entries into [0.2.1] — 2026-04-29 — Ankur, with a fresh empty [Unreleased] block above.

After merge, ritual: `git tag -a v0.2.1 -m "v0.2.1"`, `git push origin v0.2.1`, `npm publish` (interactive — OTP + login may be needed if the npm session expired).
@4nkur 4nkur merged commit c93d9ae into main Apr 29, 2026
2 checks passed
@4nkur 4nkur deleted the release-prep-0.2.1 branch April 29, 2026 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant